home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000428_news@columbia.edu _Sat Feb 3 04:19:31 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id EAA19582 for <kermit.misc@watsun>; Sat, 3 Feb 1996 04:19:29 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id EAA13355 for kermit.misc@watsun; Sat, 3 Feb 1996 04:19:25 -0500 (EST)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!europa.chnt.gtegsc.com!news.msfc.nasa.gov!cs.utk.edu!not-for-mail
  5. From: shuford@cs.utk.edu (Richard Shuford)
  6. Newsgroups: comp.terminals,comp.os.msdos.apps,comp.os.msdos.mail-news,comp.protocols.kermit.misc,comp.sys.stratus
  7. Subject: Monty Python, Flying Sheep, and Kermit (was Re: Searching Terminal for XT-PC)
  8. Followup-To: comp.protocols.kermit.misc
  9. Date: 2 Feb 1996 16:54:06 -0500
  10. Organization: University of Tennessee, Knoxville--Dept. of Computer Science
  11. Lines: 67
  12. Distribution: world
  13. Expires: 30 Mar 1996 22:11:22 EST
  14. Message-ID: <4eu15uINN4ad@duncan.cs.utk.edu>
  15. References: <4e3uol$jur@news.rhrz.uni-bonn.de> <4eivvv$4q2@news1.wing.net> <4erosl$9mr@sun001.spd.dsccc.com>
  16. NNTP-Posting-Host: duncan.cs.utk.edu
  17. Summary: modern Kermit implmentations can be fast
  18. Keywords: Kermit, terminal, protocol
  19. Xref: news.columbia.edu comp.terminals:8294 comp.os.msdos.apps:27634 comp.os.msdos.mail-news:4872 comp.protocols.kermit.misc:4623 comp.sys.stratus:1815
  20.  
  21. In article <4erosl$9mr@sun001.spd.dsccc.com>,
  22.     jmccarty@spd.dsccc.com (Mike McCarty) writes:
  23. >
  24. >>)Axel Schneider (schneid2@zeus.informatik.uni-bonn.de) wrote:
  25. >):
  26. >): I am looking for a terminal program, that is suitable for an XT
  27. >): IMB-compatible PC, can run under DOS 3.0 and fits on a 360kB Floppy
  28. >): Disk (no harddisk available). 
  29. >
  30. > Kermit is okay if all you ever want to do is pretend to be a terminal.
  31. > But if you want to do general communications, it is terrible. File
  32. > down/upload are quite slow.
  33.  
  34. Monty Python's Flying Circus once did a sketch about Flying Sheep.
  35.  
  36. One character observed, "Notice that they do not so much fly as plummet."
  37.  
  38. The old farmer leaned on his fence and explained, "Sheep are dim.
  39. Once they get an idea into their heads, there's no shifting it."
  40.  
  41. A similar case has arisen with popular opinion concerning the Kermit
  42. file-transfer protocol.  
  43.  
  44. Unless you are a sheep (or a technical writer for a modem vendor),
  45. remember this:  If you use Kermit correctly, it ain't necessarily slow.
  46.  
  47. With a correctly done implementations of the modern Kermit protocol in
  48. place on BOTH ends of the connection, with both client and server
  49. given appropriate setup commands, Kermit transfers can be as fast as
  50. your modem will run.
  51.  
  52. Three things contribute to the misconception:
  53.  
  54. (1) Many host-system administrators have failed to install a new version
  55.     of Kermit on their systems in the last 10 years.  The older programs
  56.     may not have support for long packets and sliding windows--the modern
  57.     protocol features which increase speed.
  58.  
  59. (2) The default tuning parameters are conservative, in the sense of wanting
  60.     to make certain that SOME data transfer happens, even if slowly, despite
  61.     possibly hostile communication conditions.  Whereas other popular
  62.     protocols take the attitude, "If I can't go fast, I won't go at all."
  63.  
  64. (3) The instruction books for most new modems assert, with no reasons
  65.     given, that "Kermit is slow".  The writers, we assume, are not aware
  66.     of issues (1) and (2).
  67.  
  68. I'm typing this using MS-Kermit 3.14, the most recent Kermit program
  69. by Joe Doupnik for MS-DOS. It performs an excellent emulation of a DEC
  70. VT320 terminal and performs the Kermit file-transfer protocol with the
  71. speed-enhancing long packets, sliding windows, and prefix control. (And
  72. it fits on a floppy disk.)
  73.  
  74. The latest C-Kermit program, by many authors, is available for many
  75. systems, including those running UNIX, VMS, AOS/VS, OS/2, or Stratus
  76. VOS, and also implements those features.
  77.  
  78. The World Wide Web site for Kermit is entered by this URL:
  79.  
  80.     http://www.columbia.edu/kermit/
  81.  
  82. and performance issues are discussed in this section:
  83.  
  84. -- 
  85.  ...Richard S. Shuford  | "Plans fail for lack of counsel,
  86.  ...shuford@cs.utk.edu  |  but with many advisers they succeed."
  87.  ...Info-Stratus contact|  Proverbs 15:22 NIV